@charset "utf-8";
/*=============================================================
 tcfd
=============================================================*/
.list-markS,
.list-markC {
	line-height: 1.6;
}
.list-markS::before,
.list-markC::before {
	margin-right: 5px;
	content: "";
	width: 0.7em;
	height: 0.7em;
	border: 1px solid #c9130d;
	border-radius: 0;
	display: inline-block;
}
.list-markC::before{
  border: 1px solid #65aad8;
	border-radius: 50%;
}
ul.floatR {
 	float: right;
}
li.floatL {
	float: left;
	padding-left: 40px;
}
#contents .mT1L {
	clear: both;
}
.thead {
	background-color: #e0e0e0!important;
}
th span.list-markS,
th span.list-markC {
	padding: 0 10px;
}
li.list-markS {
	text-indent: -33px;
    padding-left: 32px;
}
li.list-markS::before {
	margin-right: 22px;
}
tr:nth-of-type(2) li:nth-child(2)::before {
    margin-right: 5px;
}
tr:first-of-type li:nth-child(2)::before,
tr:first-of-type li:nth-child(3)::before,
tr:first-of-type li:nth-child(5)::before {
	margin-right: 5px;
}
li.list-markS span.list-markC {
	padding-left: 0;
}
li.list-markC {
	text-indent: -16px;
    padding-left: 32px;
}

.ghg-blue {
	background-color: #d9eaf6;
	height: auto;
    padding: 20px 0;
}
.ghg-blue ul {
	justify-content: center;
    display: flex;
}
.ghg-blue ul li {
	background-color: #fff;
    padding: 10px;
    width: 30%;
    text-align: center;
    margin: 10px 5px;
}
.ghg-img img {
	width: 725px;
	object-fit: cover;
}
.sp-only {
  display: none;
}

.list-dot ul li {
	text-indent: -5px;
    padding-left: 1px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
/*=============================================================
 tcfd
=============================================================*/	


}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 tcfd
=============================================================*/
.ghg-blue ul {
    display: block;
}
.ghg-blue ul li {
    width: 80%;
    margin: 10px auto 5px;
	padding: 8px;
}
.ghg-img img {
	max-width: 800px;
}
.sp-only {
  display: block;
}
.table-default th,
.table-default td {
    padding: 10px;
}
	
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){



}
